home *** CD-ROM | disk | FTP | other *** search
- on H8down
- global naam, daargaanwe, wegaannaar
- if naam = EMPTY then
- naam = "#"
- set the member of sprite 18 to "H8-down"
- set the locH of sprite 18 to 493
- set the locV of sprite 18 to 523
- daargaanwe = 1
- wegaannaar = "8.dir"
- end if
- end
-
- on H8enter
- global naam
- if naam = EMPTY then
- sprite(176).visibility = 1
- cursor(280)
- set the member of sprite 18 to "H8-enter"
- set the locH of sprite 18 to 485
- set the locV of sprite 18 to 382
- end if
- end
-
- on H8leave
- cursor(-1)
- sprite(176).visibility = 0
- set the member of sprite 18 to "H8-leave"
- set the locH of sprite 18 to 485
- set the locV of sprite 18 to 387
- sound(1).stop()
- end
-